3.23.79 \(\int \frac {5-x}{(2+5 x+3 x^2)^{5/2}} \, dx\)

Optimal. Leaf size=47 \[ \frac {280 (6 x+5)}{3 \sqrt {3 x^2+5 x+2}}-\frac {2 (35 x+29)}{3 \left (3 x^2+5 x+2\right )^{3/2}} \]

________________________________________________________________________________________

Rubi [A]  time = 0.01, antiderivative size = 47, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 20, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.100, Rules used = {638, 613} \begin {gather*} \frac {280 (6 x+5)}{3 \sqrt {3 x^2+5 x+2}}-\frac {2 (35 x+29)}{3 \left (3 x^2+5 x+2\right )^{3/2}} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(5 - x)/(2 + 5*x + 3*x^2)^(5/2),x]

[Out]

(-2*(29 + 35*x))/(3*(2 + 5*x + 3*x^2)^(3/2)) + (280*(5 + 6*x))/(3*Sqrt[2 + 5*x + 3*x^2])

Rule 613

Int[((a_.) + (b_.)*(x_) + (c_.)*(x_)^2)^(-3/2), x_Symbol] :> Simp[(-2*(b + 2*c*x))/((b^2 - 4*a*c)*Sqrt[a + b*x
 + c*x^2]), x] /; FreeQ[{a, b, c}, x] && NeQ[b^2 - 4*a*c, 0]

Rule 638

Int[((d_.) + (e_.)*(x_))*((a_.) + (b_.)*(x_) + (c_.)*(x_)^2)^(p_), x_Symbol] :> Simp[((b*d - 2*a*e + (2*c*d -
b*e)*x)*(a + b*x + c*x^2)^(p + 1))/((p + 1)*(b^2 - 4*a*c)), x] - Dist[((2*p + 3)*(2*c*d - b*e))/((p + 1)*(b^2
- 4*a*c)), Int[(a + b*x + c*x^2)^(p + 1), x], x] /; FreeQ[{a, b, c, d, e}, x] && NeQ[2*c*d - b*e, 0] && NeQ[b^
2 - 4*a*c, 0] && LtQ[p, -1] && NeQ[p, -3/2]

Rubi steps

\begin {align*} \int \frac {5-x}{\left (2+5 x+3 x^2\right )^{5/2}} \, dx &=-\frac {2 (29+35 x)}{3 \left (2+5 x+3 x^2\right )^{3/2}}-\frac {140}{3} \int \frac {1}{\left (2+5 x+3 x^2\right )^{3/2}} \, dx\\ &=-\frac {2 (29+35 x)}{3 \left (2+5 x+3 x^2\right )^{3/2}}+\frac {280 (5+6 x)}{3 \sqrt {2+5 x+3 x^2}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.04, size = 31, normalized size = 0.66 \begin {gather*} \frac {2 \left (840 x^3+2100 x^2+1715 x+457\right )}{\left (3 x^2+5 x+2\right )^{3/2}} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(5 - x)/(2 + 5*x + 3*x^2)^(5/2),x]

[Out]

(2*(457 + 1715*x + 2100*x^2 + 840*x^3))/(2 + 5*x + 3*x^2)^(3/2)

________________________________________________________________________________________

IntegrateAlgebraic [A]  time = 0.30, size = 43, normalized size = 0.91 \begin {gather*} \frac {2 \sqrt {3 x^2+5 x+2} \left (840 x^3+2100 x^2+1715 x+457\right )}{(x+1)^2 (3 x+2)^2} \end {gather*}

Antiderivative was successfully verified.

[In]

IntegrateAlgebraic[(5 - x)/(2 + 5*x + 3*x^2)^(5/2),x]

[Out]

(2*Sqrt[2 + 5*x + 3*x^2]*(457 + 1715*x + 2100*x^2 + 840*x^3))/((1 + x)^2*(2 + 3*x)^2)

________________________________________________________________________________________

fricas [A]  time = 0.40, size = 51, normalized size = 1.09 \begin {gather*} \frac {2 \, {\left (840 \, x^{3} + 2100 \, x^{2} + 1715 \, x + 457\right )} \sqrt {3 \, x^{2} + 5 \, x + 2}}{9 \, x^{4} + 30 \, x^{3} + 37 \, x^{2} + 20 \, x + 4} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((5-x)/(3*x^2+5*x+2)^(5/2),x, algorithm="fricas")

[Out]

2*(840*x^3 + 2100*x^2 + 1715*x + 457)*sqrt(3*x^2 + 5*x + 2)/(9*x^4 + 30*x^3 + 37*x^2 + 20*x + 4)

________________________________________________________________________________________

giac [A]  time = 0.21, size = 29, normalized size = 0.62 \begin {gather*} \frac {2 \, {\left (35 \, {\left (12 \, {\left (2 \, x + 5\right )} x + 49\right )} x + 457\right )}}{{\left (3 \, x^{2} + 5 \, x + 2\right )}^{\frac {3}{2}}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((5-x)/(3*x^2+5*x+2)^(5/2),x, algorithm="giac")

[Out]

2*(35*(12*(2*x + 5)*x + 49)*x + 457)/(3*x^2 + 5*x + 2)^(3/2)

________________________________________________________________________________________

maple [A]  time = 0.00, size = 38, normalized size = 0.81 \begin {gather*} \frac {2 \left (840 x^{3}+2100 x^{2}+1715 x +457\right ) \left (x +1\right ) \left (3 x +2\right )}{\left (3 x^{2}+5 x +2\right )^{\frac {5}{2}}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((5-x)/(3*x^2+5*x+2)^(5/2),x)

[Out]

2*(840*x^3+2100*x^2+1715*x+457)*(x+1)*(3*x+2)/(3*x^2+5*x+2)^(5/2)

________________________________________________________________________________________

maxima [A]  time = 0.44, size = 59, normalized size = 1.26 \begin {gather*} \frac {560 \, x}{\sqrt {3 \, x^{2} + 5 \, x + 2}} + \frac {1400}{3 \, \sqrt {3 \, x^{2} + 5 \, x + 2}} - \frac {70 \, x}{3 \, {\left (3 \, x^{2} + 5 \, x + 2\right )}^{\frac {3}{2}}} - \frac {58}{3 \, {\left (3 \, x^{2} + 5 \, x + 2\right )}^{\frac {3}{2}}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((5-x)/(3*x^2+5*x+2)^(5/2),x, algorithm="maxima")

[Out]

560*x/sqrt(3*x^2 + 5*x + 2) + 1400/3/sqrt(3*x^2 + 5*x + 2) - 70/3*x/(3*x^2 + 5*x + 2)^(3/2) - 58/3/(3*x^2 + 5*
x + 2)^(3/2)

________________________________________________________________________________________

mupad [B]  time = 2.42, size = 36, normalized size = 0.77 \begin {gather*} \frac {2310\,x+560\,x\,\left (3\,x^2+5\,x+2\right )+1400\,x^2+914}{{\left (3\,x^2+5\,x+2\right )}^{3/2}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(-(x - 5)/(5*x + 3*x^2 + 2)^(5/2),x)

[Out]

(2310*x + 560*x*(5*x + 3*x^2 + 2) + 1400*x^2 + 914)/(5*x + 3*x^2 + 2)^(3/2)

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} - \int \frac {x}{9 x^{4} \sqrt {3 x^{2} + 5 x + 2} + 30 x^{3} \sqrt {3 x^{2} + 5 x + 2} + 37 x^{2} \sqrt {3 x^{2} + 5 x + 2} + 20 x \sqrt {3 x^{2} + 5 x + 2} + 4 \sqrt {3 x^{2} + 5 x + 2}}\, dx - \int \left (- \frac {5}{9 x^{4} \sqrt {3 x^{2} + 5 x + 2} + 30 x^{3} \sqrt {3 x^{2} + 5 x + 2} + 37 x^{2} \sqrt {3 x^{2} + 5 x + 2} + 20 x \sqrt {3 x^{2} + 5 x + 2} + 4 \sqrt {3 x^{2} + 5 x + 2}}\right )\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((5-x)/(3*x**2+5*x+2)**(5/2),x)

[Out]

-Integral(x/(9*x**4*sqrt(3*x**2 + 5*x + 2) + 30*x**3*sqrt(3*x**2 + 5*x + 2) + 37*x**2*sqrt(3*x**2 + 5*x + 2) +
 20*x*sqrt(3*x**2 + 5*x + 2) + 4*sqrt(3*x**2 + 5*x + 2)), x) - Integral(-5/(9*x**4*sqrt(3*x**2 + 5*x + 2) + 30
*x**3*sqrt(3*x**2 + 5*x + 2) + 37*x**2*sqrt(3*x**2 + 5*x + 2) + 20*x*sqrt(3*x**2 + 5*x + 2) + 4*sqrt(3*x**2 +
5*x + 2)), x)

________________________________________________________________________________________